From: Alexander Couzens Date: Mon, 4 May 2020 21:50:52 +0000 (+0200) Subject: nodogsplash2: update to 2.1.2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=2f5c10f9176be90d0ea3f3d1db47222ae19477fd;p=feed%2Frouting.git nodogsplash2: update to 2.1.2 Fixes a path traversal attack. Signed-off-by: Alexander Couzens --- diff --git a/nodogsplash2/Makefile b/nodogsplash2/Makefile index 56ffb8a..42e833f 100644 --- a/nodogsplash2/Makefile +++ b/nodogsplash2/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash2 PKG_FIXUP:=autoreconf -PKG_VERSION:=2.1.1 +PKG_VERSION:=2.1.2 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=nodogsplash-$(PKG_VERSION).tar.gz -PKG_HASH:=86463a93259f34745a7427d643e0810e7776d37470b32f4f823a1e6019ba9246 +PKG_HASH:=dcf64758b039ba821a4c2ba03ef1fba484aa792a1696050e42088f6c0c7c0bd8 PKG_BUILD_DIR:=$(BUILD_DIR)/nodogsplash-$(PKG_VERSION) PKG_MAINTAINER:=Moritz Warning